@charset "UTF-8";
* {
  font: inherit;
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC",  "WenQuanYi Micro Hei", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
span,
input,
textarea {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
select,
textarea {
  outline: 0;
}

li,
ol,
ul {
  list-style: none;
}

b,
strong {
  font-weight: 400;
}

img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
}

:focus {
  outline: 0;
}

a {
  color: inherit;
  text-decoration: none !important;
}
a:hover, a.active {
  color: #a00b04;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  color: #a00b04;
  text-decoration: underline;
}

.clearfix {
  zoom: 1;
}
.clearfix::after, .clearfix::before {
  display: table;
  content: "";
}
.clearfix::after {
  clear: both;
}

.transition {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.padding-none {
  padding: 0 !important;
}

.border-none {
  border: none !important;
}

.display-none {
  display: none !important;
}

.left-0 {
  left: 0 !important;
}

.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

input {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}

input:focus,
textarea:focus {
  outline: 0;
  border: 1px solid #f60;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/*文本*/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-align-last {
  text-align-last: justify;
}

.s-block {
  display: block !important;
}

.s-inlineblock {
  display: inline-block !important;
}

.s-inline {
  display: inline !important;
}

.container-fluid,
.container {
  padding: 0 8px;
}

/* 其他差异 */
input {
  -webkit-appearance: none;
  padding: 0px;
  vertical-align: middle;
  line-height: normal;
  border: none;
}

.case .case-item a {
  position: relative;
  overflow: hidden;
}

.case .case-item img {
  width: 100%;
}

.case .case-item .case-txt {
  position: absolute;
  margin: 10px 20px;
  z-index: 99;
}

.case .case-item h5 {
  color: #999;
  font-size: 12px;
  line-height: 30px;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

.case .case-item p {
  color: #222;
  font-family: Arial, "微软雅黑";
  font-size: 16px;
  font-weight: normal;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

.case .case-item .bg {
  height: 100px;
  position: relative;
  background: #fff;
  border-bottom: 2px #a00b04 solid;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  overflow: hidden;
}

.case .case-item .bg u {
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  top: 150px;
  background-color: #a00b04;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

.more {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  width: 150px;
  padding: 5px 0px;
  color: #a00b04;
  font-size: 26px;
  text-align: center;
  border: 1px dotted #a00b04;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out 0s, top .8s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s, top .8s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s, top .8s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s, top .8s ease-in-out 0s;
  transition: all .3s ease-in-out 0s, top .8s ease-in-out 0s;
}

.case .case-item:hover .bg u {
  top: 0px;
}

.case .case-item:hover .case-txt h5,
.case .case-item:hover .case-txt p,
.case .more:hover {
  color: #fff;
  text-decoration: none;
}

.case .more:hover {
  background: #a00b04;
}

@media (max-width: 768px) {
  .case .case-item {
    margin-bottom: 20px;
  }

  .case .case-item .bg {
    height: 80px;
    background: #a00b04;
  }

  .case-txt p {
    color: #fff !important;
  }

  .case-txt h5 {
    color: #fff !important;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .case-txt p {
    display: none !important;
  }

  .case .case-item .bg {
    height: 50px;
  }
}
